bitkeeper revision 1.1159.223.31 (41f599bcklevTYwPtWQUZ7QK-azDbg)
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Tue, 25 Jan 2005 00:58:36 +0000 (00:58 +0000)
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Tue, 25 Jan 2005 00:58:36 +0000 (00:58 +0000)
Fix recent patch to change the way the version string is generated.
Signed-off-by: ian.pratt@cl.cam.ac.uk
xen/Makefile

index 52810f207ad5c2aa2db5e310279ff58e39940979..78d903eca6252f13610485447880379d65a016b1 100644 (file)
@@ -65,7 +65,7 @@ include/xen/compile.h: include/xen/compile.h.in include/xen/banner.h
            -e 's/@@version@@/$(XEN_VERSION)/g' \
            -e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \
            -e 's/@@extraversion@@/$(XEN_EXTRAVERSION)/g' \
-           -e 's/@@changeset@@/$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)/g' \
+           -e 's!@@changeset@@!$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)!g' \
            < include/xen/compile.h.in > $@.new
        cat include/xen/banner.h >> $@.new
        mv $@.new $@